* {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

html,
body {
    position: relative;
    color: #333333;
    font-family: "微软雅黑";
    min-width: 1600px;
    width: 100%;
}

a {
    text-decoration: none;
    color: #333333;
    font-family: "微软雅黑";
    display: block;
}

ul,
ol,
li {
    list-style: none;
}

img {
    display: block;
    border: none;
    outline: none;
}

.container {
    width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
}

.pageContainer {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

input,
textarea {
    outline: none;
}

i,
em {
    font-style: normal;
}

.mySwiper_total,
.mySwiper_total>.swiper-wrapper>.swiper-slide {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

header {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(204, 204, 204, .3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.page_head .container,
header .container {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo .logo_active {
    display: none;
}

header .logo .logo_white {
    display: block;
}

header nav,
header nav ul {
    height: 100%;
}

header nav ul {
    display: flex;
    align-items: center;
}

header nav ul li {
    margin: 0 45px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header nav ul li span.line {
    width: 0;
    height: 4px;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
}

header nav ul li:hover span.line,
header nav ul li.active span.line {
    width: 22px;
}

header nav ul li a {
    font-size: 16px;
    color: #cccccc;
}

header nav ul li.active a,
header nav ul li:hover a {
    color: #fffefe;
}

header .tel a {
    display: flex;
    justify-content: center;
    align-items: center;
}

header .tel .icon,
.page_head .tel .icon {
    overflow: hidden;
}

header .tel a p {
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    margin-left: 10px;
}

.page_head {
    background-color: #fff;
}

.page_head nav ul li a {
    color: #333333;
}

.page_head nav ul li:hover a,
.page_head nav ul li.active a {
    color: #1b4599;
}

.page_head .logo .logo_white {
    display: none;
}

.page_head .logo .logo_active {
    display: block;
}

.page_head nav ul li span.line {
    background-color: rgb(27, 69, 153);
}

.page_head .tel .icon img {
    position: relative;
    left: -100px;
    filter: drop-shadow(100px 0 0 rgb(27, 69, 153));
}

.page_head .tel a p {
    color: #1b4599;
}

/* banner */
.mySwiper_banner {
    height: 100%;
}

.mySwiper_banner .pic,
.mySwiper_banner .pic img {
    height: 100%;
    width: 100%;
}

.mySwiper_banner .swiper-button-next,
.mySwiper_banner .swiper-button-prev {
    color: rgb(27, 69, 153);
}

.mySwiper_banner .swiper-button-next.swiper-button-disabled,
.mySwiper_banner .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: rgb(153, 153, 153);
}

.mySwiper_banner .swiper-button-prev {
    left: 100px;
}

.mySwiper_banner .swiper-button-next {
    right: 100px;
}

/* 内页banner */
.banner1 {
    width: 100%;
}

.banner1 .pic {
    width: 100%;
}

.banner1 .pic img {
    width: 100%;
}

/* 首页 - 关于我们 */
.index1 {
    background: url(../images/index1_about_bg.jpg) no-repeat center;
    background-size: cover;
}

.index1 .about {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index1 .about .container {
    display: flex;
    justify-content: space-between;
}

h1.same_60 {
    font-size: 60px;
    font-weight: bold;
    color: rgb(27, 69, 153);
    text-transform: uppercase;
}

p.same_36 {
    font-size: 36px;
    color: rgb(51, 51, 51);
}

.index1 .about .left {
    width: 44.44%;
    padding-top: 80px;
    box-sizing: border-box;
    padding-left: 200px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.index1 .about .left .company {
    display: flex;
    align-items: center;
}

.index1 .about .left .company span {
    font-size: 18px;
    color: rgb(153, 153, 153);
    display: block;
    margin-left: 5px;
}

.index1 .about .left .company::before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background-color: rgb(153, 153, 153);
}

.index1 .about .left .des {
    margin: 40px 0 60px;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}

.index1 .about .left .des p {
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 3.429em;
}

.index1 .about .left .link ul {
    display: flex;
}

.index1 .about .left .link ul li {
    margin-right: 8px;
    width: 200px;
    height: 70px;
    position: relative;
    overflow: hidden;
}

.index1 .about .left .link ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
}

.index1 .about .left .link ul li::before {
    content: "";
    display: block;
    background: -webkit-linear-gradient(left, rgba(27, 69, 153, .5), rgba(27, 69, 153, .5));
    background: -o-linear-gradient(left, rgba(27, 69, 153, .3), rgba(27, 69, 153, .3));
    background: -moz-linear-gradient(left, rgba(27, 69, 153, .3), rgba(27, 69, 153, .3));
    background: linear-gradient(to right, rgba(27, 69, 153, .7), rgba(27, 69, 153, .7));
    width: 100%;
    height: 100%;
    position: absolute;
}

.index1 .about .left .link ul li p {
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}

.index1 .about .left .link ul li img {
    opacity: 0;
    transform: translateX(80px);
    transition: all 0.4s ease;
}

.index1 .about .left .link ul li:hover p {
    padding-right: 65px;
    box-sizing: border-box;
}

.index1 .about .left .link ul li:hover::before {
    content: "";
    background: -webkit-linear-gradient(left, #1b4599, transparent);
    background: -o-linear-gradient(left, #1b4599, transparent);
    background: -moz-linear-gradient(left, #1b4599, transparent);
    background: linear-gradient(to right, #1b4599, transparent);
}

.index1 .about .left .link ul li:hover img {
    opacity: 1;
    transform: translateX(0px);
    transition: all 0.4s ease;
}

.index1 .about .right {
    width: 52.12%;
    height: 100vh;
    padding-top: 130px;
    box-sizing: border-box;
    margin-top: 80px;
}

.index1 .about .right .data {
    padding-bottom: 45px;
    box-sizing: border-box;
    padding-right: 240px;
}

.index1 .about .right .data ul {
    display: flex;
}

.index1 .about .right .data ul li {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 48px;
}


.index1 .about .right .data ul li .num {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.index1 .about .right .data ul li .num h1 {
    font-size: 60px;
    color: #fff;
    line-height: 0.85em;
    padding-right: 5px;
    box-sizing: border-box;
}

.index1 .about .right .data ul li .num i {
    font-size: 14px;
    color: #fff;
}

.index1 .about .right .data ul li p {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.index1 .about .right .video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: calc(100vh - 342px);
}

.index1 .about .right .video img,
.index1 .about .right .video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 首页 -  荣誉资质 */
.index2 {
    background: url(../images/index_honor_bg.jpg) no-repeat center;
    background-size: cover;
    /*padding: 165px 0 210px 0;*/
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 80px;
}

h1.white,
p.white {
    color: #fff;
}

.index2 .honor .title .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index2 .honor .title .right {
    display: flex;
    align-items: center;
}

.index2 .honor .title .right .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index2 .honor .title .right .arrow .next {
    margin-left: 30px;
}

.index2 .honor .title .right a {
    width: 180px;
    height: 60px;
    border-radius: 30px;
    background-color: rgb(27, 69, 153);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    margin-left: 40px;
    transition: all 0.3s ease;
}

.index2 .honor .title .right a:hover {
    background-color: rgb(54, 96, 182);
}

.index2 .honor .content {
    padding-top: 85px;
    box-sizing: border-box;
}

.index2 .honor .content .mySwiper_honor .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    align-items: flex-end;
}

.index2 .honor .content .mySwiper_honor .swiper-slide {
    margin-right: 60px;
    width: calc(16.666% - 50px);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.index2 .honor .content .mySwiper_honor .swiper-slide img {
    width: 100%;
    object-fit: contain;
}

/* 首页 - 产品中心 */
.index3 {
    background: url(../images/index_pro_bg.jpg) no-repeat center;
    background-size: cover;
    /*padding: 100px 0 100px 0;*/
    box-sizing: border-box;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index3 .pro .title .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index3 .pro .title .right {
    width: 475px;
}

.index3 .pro .title .right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.index3 .pro .title .right ul li {
    display: flex;
    margin: 8px 0;
}

.index3 .pro .title .right ul li::after {
    content: "/";
    font-size: 16px;
    color: #cccccc;
    margin: 0 15px;
}

.index3 .pro .title .right ul li:last-child:after {
    content: "";
}

.index3 .pro .title .right ul li:first-child a {
    color: #fff;
}

.index3 .pro .title .right ul li a {
    font-size: 16px;
    color: #cccccc;
}
.index3 .pro .title .right ul li a:hover{
    color: #fff;
}
.index3 .pro .content {
    padding-top: 80px;
    box-sizing: border-box;
    height: 465px;
}

.index3 .pro .content .mySwiper_proCom .swiper-slide {
    display: flex;
    /*opacity: 0 !important;*/
    justify-content: space-between;
}

.index3 .pro .content .mySwiper_proCom .swiper-slide-active {
    /*opacity: 1 !important;*/
}

.index3 .pro .content .mySwiper_proCom .left h1 {
    font-size: 40px;
    color: #fff;
}

.index3 .pro .content .mySwiper_proCom .left h5 {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    padding: 20px 0 10px 0;
    box-sizing: border-box;
}

.index3 .pro .content .mySwiper_proCom .left p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
}

.index3 .pro .content .mySwiper_proCom .left a {
    width: 180px;
    height: 60px;
    background-color: #1b4599;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 160px;
    transition: all 0.3s ease;
}
.index3 .pro .content .mySwiper_proCom .left a:hover{
    background-color: #fff;
    color: #1b4599;
}
.index3 .pro .content .mySwiper_proCom .right {
    width: 890px;
    height: 465px;
    overflow: hidden;
    display: flex;
    justify-content: right;
    align-items: flex-start;
}

.index3 .pro .content .mySwiper_proCom .right .pic {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.index3 .pro .content .mySwiper_proCom .right .pic img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.index3 .pro .content .mySwiper_proCom .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 122px;
    left: 220px;
}

.index3 .pro .content .mySwiper_proCom .swiper-button-next,
.index3 .pro .content .mySwiper_proCom .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    margin-top: 0;
    box-sizing: border-box;
    position: static;
}

.index3 .pro .content .mySwiper_proCom .swiper-button-prev {
    margin-right: 20px;
}

.index3 .pro .content .mySwiper_proCom .swiper-button-next:after,
.index3 .pro .content .mySwiper_proCom .swiper-button-prev:after {
    font-size: 22px;
}

.index3 .pro .content .mySwiper_proCom .swiper-button-next.swiper-button-disabled,
.index3 .pro .content .mySwiper_proCom .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    color: #1b4599;
    border: 2px solid #1b4599;
}

/* 首页 - 为什么选择小钜人 */
.index4 {
    background: url(../images/index_why_bg.jpg) no-repeat center;
    background-size: cover;
}

.index4 .why {
    position: relative;
}

.index4 .why .container {
    height: 100vh;
}

.index4 .why .title {
    position: absolute;
    width: 500px;
    height: 500px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.index4 .why .title .center {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.index4 .why .title .center>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin 10s linear infinite;
}

.index4 .why .title .center>img:nth-child(2) {
    animation: spin2 10s linear infinite;
}

@keyframes spin {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes spin2 {
    from {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

.index4 .why .title .center .box {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 391px;
    height: 391px;
    border-radius: 50%;
    background: url(../images/circle_in_bg.png) no-repeat center;
    background-size: cover;
    padding-top: 105px;
    box-sizing: border-box;
}

.index4 .why .title .center .box h4 {
    font-size: 36px;
    color: #1b4599;
    line-height: 1em;
}

.index4 .why .title .center .box h3 {
    font-weight: normal;
    font-size: 36px;
    color: #333333;
}

.index4 .why .title .center .box .logo {
    overflow: hidden;
    padding-top: 30px;
    box-sizing: border-box;
}

.index4 .why .content {
    padding: 360px 120px 0;
    box-sizing: border-box;
}

.index4 .why .content ul {
    height: 336px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.index4 .why .content ul li {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    position: relative;
}

.index4 .why .content ul li:nth-child(2n) {
    margin-bottom: 0;
}

.index4 .why .content ul li:nth-child(3),
.index4 .why .content ul li:nth-child(4) {
    justify-content: right;
    text-align: right;
}

.index4 .why .content ul li:nth-child(1) .text,
.index4 .why .content ul li:nth-child(2) .text {
    margin-right: 40px;
}

.index4 .why .content ul li .text {
    min-width: 180px;
}

.index4 .why .content ul li .text h1 {
    font-size: 30px;
    color: #fff;
    font-style: italic;
}

.index4 .why .content ul li .text p {
    font-size: 16px;
    color: #ffffff;
}

.index4 .why .content ul li .icon {
    overflow: hidden;
}

.index4 .why .content ul li:nth-child(3) .icon,
.index4 .why .content ul li:nth-child(4) .icon {
    position: absolute;
    right: 38%;
}

.index4 .why .content ul li .icon img {
    transform: rotateY(0deg);
    transition: transform 0.5s ease-in-out;
}

.index4 .why .content ul li:hover .icon img {
    transform: rotateY(180deg);
}

/* 首页 - 案例展示 */
.index5 {
    background: url(../images/index_case_bg.jpg) no-repeat center;
    background-size: cover;
}
.index5 .case{
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}
.index5 .case .title {
    padding: 0px 0 40px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index5 .case .title .right ul li a {
    font-size: 18px;
    color: #999999;
    transition: all 0.4s ease;
}

.index5 .case .title .right ul li:hover a {
    color: #fff;
}

.index5 .case .content {
    position: relative;
}

.index5 .case .content .swiper_box {
    width: 1300px;
    height: 537px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin: 0 0 0 auto;
}

.index5 .case .content .mySwiper_pic {
    width: 980px;
    height: 100%;
    margin: 0;
    background-color: #010101;
}

.index5 .case .content .mySwiper_pic .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index5 .case .content .mySwiper_pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index5 .case .content .mySwiper_text {
    height: 100%;
    width: 320px;
    padding: 100px 0px 100px 0px;
    box-sizing: border-box;
}

.index5 .case .content .mySwiper_text .swiper-slide {
    height: calc(16.666% - 33.33px);
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0px 0px 0px 100px;
    box-sizing: border-box;
    transition: all 0.4s ease;
}

.index5 .case .content .mySwiper_text .swiper-slide::before {
    content: "";
    width: 0;
    height: 1px;
    background-color: #1b4599;
    display: block;
    transition: all 0.4s ease;
    margin-right: 20px;
}

.index5 .case .content .mySwiper_text .swiper-slide p {
    font-size: 16px;
    color: #999999;
    transition: all 0.4s ease;
}

.index5 .case .content .mySwiper_text .swiper-slide-thumb-active {
    padding: 0px 0px 0px 60px;
    box-sizing: border-box;
}

.index5 .case .content .mySwiper_text .swiper-slide-thumb-active p {
    font-size: 20px;
    color: #333333;
}

.index5 .case .content .mySwiper_text .swiper-slide-thumb-active::before {
    width: 40px;
}

.index5 .case .content .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 40px;
    bottom: 80px;
    z-index: 3;
}

.index5 .case .content .arrow .swiper-button-next,
.index5 .case .content .arrow .swiper-button-prev {
    width: 100px;
    height: 100px;
    background-color: #fff;
    color: #1b4599;
    position: static;
    margin-top: 0;
}

.index5 .case .content .arrow .swiper-button-next {
    background-color: #333;
    color: #fff;
}

/* .index5 .case .content .arrow .swiper-button-next.swiper-button-disabled, 
.index5 .case .content .arrow .swiper-button-prev.swiper-button-disabled{
    opacity: 1;
    background-color: #333;
    color: #fff;
} */
.index5 .case .content .arrow .swiper-button-next.swiper-button-disabled,
.index5 .case .content .arrow .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.index5 .case .content .arrow .swiper-button-next:after,
.index5 .case .content .arrow .swiper-button-prev:after {
    font-size: 25px;
    font-weight: bold;
}

/* 首页 - 新闻中心 */
.index6 {
    background: url(../images/index_news_bg.jpg) no-repeat center;
    background-size: cover;
    /*padding-top: 100px;*/
    box-sizing: border-box;
}
.index6 .news{
    padding-top: 80px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}
.index6 .news .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.index6 .news .title .right ul {
    display: flex;
    align-items: center;
}

.index6 .news .title .right ul li {
    margin-left: 50px;
}

.index6 .news .title .right ul li a {
    font-size: 18px;
    color: #666666;
}

.index6 .news .title .right ul li:hover a {
    color: #1b4599;
}

.index6 .news .content {
    padding-top: 40px;
    box-sizing: border-box;
}

.index6 .news .content h1 {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    margin-bottom: 5px;
    height: 60px;
}

.index6 .news .content span.time {
    display: block;
    font-size: 16px;
    color: #999999;
}

.index6 .news .content .mySwiper_news .swiper-slide:hover span.time {
    color: #1b4599;
}

.index6 .news .content .des p {
    font-size: 16px;
    color: #666666;
    line-height: 1.875em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index6 .news .content .pic {
    overflow: hidden;
    width: 100%;
    height: 200px;
    margin: 30px 0 20px;
}

.index6 .news .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.index6 .news .content .mySwiper_news .swiper-slide:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}

.index6 .news .content .mySwiper_news .tool {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

.index6 .news .content .mySwiper_news .tool .swiper-button-next,
.index6 .news .content .mySwiper_news .tool .swiper-button-prev {
    position: static;
    margin-top: 0;
    color: #1b4599;
    opacity: 1;
    width: auto;
    height: auto;
}

.index6 .news .content .mySwiper_news .tool .swiper-button-next.swiper-button-disabled,
.index6 .news .content .mySwiper_news .tool .swiper-button-prev.swiper-button-disabled {
    color: #999999;
}

.index6 .news .content .mySwiper_news .tool .swiper-button-next:after,
.index6 .news .content .mySwiper_news .tool .swiper-button-prev:after {
    font-size: 18px;
    font-weight: bold;
}

.index6 .news .content .mySwiper_news .tool .swiper-pagination {
    position: static;
    margin: 0 35px;
    display: flex;
    align-items: center;
}

.index6 .news .content .mySwiper_news .tool .swiper-pagination span {
    flex: 1;
    height: 6px;
    background-color: #999999;
    border-radius: 0%;
    transition: all 0.5s;
    opacity: 1;
    margin: 0 5px;
}

.index6 .news .content .mySwiper_news .tool .swiper-pagination .swiper-pagination-bullet-active {
    flex: 2;
    background-color: #1b4599;
}

.col {
    background-color: rgb(27, 69, 153);
    width: 100%;
    height: 56px;
    overflow: hidden;
}

.col .pageContainer {
    height: 100%;
    overflow: hidden;
}

.col ul {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    /*overflow-x: auto;*/
    overflow: hidden;
}

.col ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 325px;
    height: 100%;
    background-color: rgba(255, 255, 255, .1);
    border-right: 1px solid rgb(10, 53, 161);
    box-sizing: border-box;
}

.col ul li:last-child {
    border-right: none;
}

.col ul li a {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.col ul li:hover,
.col ul li.active {
    background-color: rgba(255, 255, 255, .3);
}

.col .pageContainer::-webkit-scrollbar {
    height: 5px;
}
.col .pageContainer::-webkit-scrollbar-thumb {
    background: rgba(237, 238, 240, .5);
    border-radius: 5px;
}

/* 关于我们 - 内页 */
.same_title {
    padding-top: 80px;
    box-sizing: border-box;
}

.same_title .pageContainer {
    border-bottom: 1px solid rgb(229, 228, 226);
    box-sizing: border-box;
    padding-bottom: 20px;
}

.same_title h1.same_60 {
    line-height: 1em;
}

.same_title p.same_30 {
    font-size: 30px;
    color: #333;
}

.page1 .box1 {
    padding: 60px 0 80px 0;
    box-sizing: border-box;
}

.page1 .box1 .pageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page1 .box1 .left {
    width: 50%;
}

.page1 .box1 .left .des {
    margin-top: 30px;
    margin-bottom: 30px;
}

.page1 .box1 .left .des p {
    font-size: 14px;
    color: #666666;
    line-height: 2.143em;
}

.page1 .box1 .left .data ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page1 .box1 .left .data ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page1 .box1 .left .data ul li .t {
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.page1 .box1 .left .data ul li .t i {
    font-size: 47.32px;
    color: rgb(14, 106, 193);
    font-weight: bold;
    line-height: 0.9em;
    display: block;
    margin-right: 5px;
}

.page1 .box1 .left .data ul li .t p {
    font-size: 11px;
    color: rgb(14, 106, 193);
}

.page1 .box1 .left .data ul li .b span {
    display: block;
    font-size: 12.62px;
    color: rgb(14, 106, 193);
}

.page1 .box1 .right {
    width: 504px;
    position: relative;
}

.page1 .box1 .right .jianbian_top {
    position: absolute;
    right: -40px;
    top: -53px;
}

.page1 .box1 .right .jianbian_bottom {
    position: absolute;
    bottom: -70px;
    left: -40px;
}

.page1 .box1 .right .pic {
    position: relative;
    z-index: 3;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page1 .box1 .right .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 关于我们 - 企业文化 */
.page1 .box2 {
    padding-bottom: 48px;
    box-sizing: border-box;
}

.page1 .box2 h2 {
    font-size: 26px;
    color: #333232;
    font-weight: bold;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.page1 .box2 ol li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 384px;
    margin-bottom: 40px;
}

.page1 .box2 ol li .left {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(1, 100, 184, .1);
    height: 100%;
    width: 50%;
    padding: 65px 25px;
    box-sizing: border-box;
}

.page1 .box2 ol li .left h5 {
    font-size: 18px;
    font-weight: bold;
    color: #284a8e;
    padding: 30px 0 20px 0;
    box-sizing: border-box;
}

.page1 .box2 ol li .left span {
    display: block;
    font-size: 16px;
    color: #282828;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.page1 .box2 ol li .left .des p {
    font-size: 14px;
    color: #777777;
}

.page1 .box2 ol li .right {
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.page1 .box2 ol li .right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer {
    padding: 100px 0;
    box-sizing: border-box;
    background-color: #000;
    height: auto !important;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer .left {
    width: 800px;
}

.footer .left nav {
    padding-bottom: 35px;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(51, 51, 51);
    margin-bottom: 30px;
}

.footer .left nav ul {
    display: flex;
}

.footer .left nav ul li {
    margin-right: 50px;
}

.footer .left nav ul li a {
    font-size: 16px;
    color: #bbbbbb;
}

.footer .left nav ul li:hover a {
    color: #fff;
}

.footer .left .mes p {
    font-size: 16px;
    color: #ccc;
    padding-top: 14px;
    box-sizing: border-box;
}

.footer .center span {
    font-size: 16px;
    color: #ccc;
    display: block;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.footer .center>a.tel {
    font-size: 26px;
    color: #ccc;
    font-weight: bold;
}

.footer .center .beian {
    margin-top: 75px;
}

.footer .center .beian p {
    display: flex;
    padding-top: 10px;
    box-sizing: border-box;
}

.footer .center .beian p,
.footer .center .beian p a {
    font-size: 14px;
    color: #999999;
    font-weight: 300;
}

.footer .right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.footer .right .code {
    width: 120px;
    height: 120px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.footer .right .code img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.footer .right p {
    font-size: 16px;
    color: #ccc;
    text-align: center;
}

/* 关于我们 - 荣誉资质 */
.page2 {
    padding-bottom: 80px;
    box-sizing: border-box;
}

.page2 .list {
    padding: 60px 0 10px 0;
    box-sizing: border-box;
}

.page2 .list ol {
    display: flex;
    flex-wrap: wrap;
    padding: 0 80px;
    box-sizing: border-box;
    margin: 0 -35px;
}

.page2 .list ol li {
    width: 33.33%;
    padding: 0 35px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.page2 .list ol li .pic {
    background-color: rgb(245, 243, 242);
    height: 380px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 33px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.page2 .list ol li .pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.page2 .list ol li p {
    font-size: 16px;
    color: #777777;
    text-align: center;
}

.pageNum ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageNum ul li {
    margin: 0 10px;
}

.pageNum ul li a,
.pageNum ul li span {
    font-size: 24px;
    color: #284a8e;
}
.pageNum ul li.active span{
    font-weight: bold;
}

/* 产品中心 - 内页 */
.page3 {
    padding-bottom: 80px;
    box-sizing: border-box;
    overflow: hidden;
}

.page3 .list {
    padding: 50px 0 30px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.page3 .list ol {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
    overflow: hidden;
}

.page3 .list ol li {
    width: 50%;
    padding: 0 18px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.page3 .list ol li .pic {
    background-color: rgb(245, 243, 242);
    height: 350px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page3 .list ol li .pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.page3 .list ol li:hover .pic img {
    transform: scale(1.1);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.page3 .list ol li .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    background-color: rgba(245, 243, 242, .4);
    padding: 0 25px 0 30px;
    box-sizing: border-box;
}

.page3 .list ol li .title .left {
    display: flex;
    align-items: center;
}

.page3 .list ol li .title .left h2 {
    font-size: 18px;
    font-weight: bold;
    color: #0164b8;
    margin-right: 10px;
}

.page3 .list ol li .title .left h3 {
    font-size: 18px;
    color: #282828;
    font-weight: bold;
}

/* 产品详情 */
.page4 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 48px 0 80px 0;
    box-sizing: border-box;
}

.page4 .box .return a {
    width: 100px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background-color: rgb(1, 100, 184);
    color: #fff;
}

.page4 .box .location p,
.page4 .box .location p a,
.page4 .box .location p span {
    font-size: 12px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page4 .box .location p a:hover {
    color: #333;
}

.page4 .title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.page4 .title h2 {
    color: #0164b8;
    font-size: 30px;
    margin-right: 15px;
}

.page4 .title h3 {
    color: #282828;
    font-size: 30px;
}

.page4 .images {
    width: 1022px;
    height: 615px;
    background-color: rgba(244, 243, 243);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 0 auto;
}

.page4 .images img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.page4 .content {
    margin: 60px 0 115px;
}

.page4 .content img {
    margin: 0 auto;
    text-align: center;
}

.page4 .more {
    padding-bottom: 90px;
    box-sizing: border-box;
}

.page4 .more h5 {
    font-size: 18px;
    color: #282828;
    font-weight: normal;
    padding-bottom: 35px;
    box-sizing: border-box;
}

.page4 .more .mySwiper_com .pic {
    width: 100%;
    height: 230px;
    background-color: rgb(245, 243, 242);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    overflow: hidden;
}

.page4 .more .mySwiper_com .pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.page4 .more .mySwiper_com .swiper-slide:hover .pic img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page4 .more .mySwiper_com .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 53px;
    width: 100%;
    padding: 0 15px 0 20px;
    box-sizing: border-box;
    background-color: rgba(245, 243, 242, .4);
}

.page4 .more .mySwiper_com .title .left {
    display: flex;
    align-items: center;
}

.page4 .more .mySwiper_com .title .left h2 {
    font-size: 12px;
    color: #0164b8;
    font-weight: bold;
}

.page4 .more .mySwiper_com .title .left h3 {
    font-size: 12px;
    color: #282828;
    font-weight: bold;
}

.page4 .more .mySwiper_com .title .icon {
    width: 21px;
    overflow: hidden;
}

.page4 .more .mySwiper_com .title .icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* 新闻  - 内页*/
.page5,
.page6 {
    padding-bottom: 80px;
    box-sizing: border-box;
    overflow: hidden;
}

.page5 .list,
.page6 .list {
    padding: 80px 0 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.page5 .list ol,
.page6 .list ol {
    display: flex;
    flex-wrap: wrap;
    /*margin: 0 -40px 0;*/
    margin: 0 -50px 0;
}

.page5 .list ol li,
.page6 .list ol li {
    /*padding: 0 40px;*/
    padding: 0 50px;
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 60px;
}

.page5 .list ol li .pic,
.page6 .list ol li .pic {
    /*background-color: rgb(40, 74, 142);*/
    width: 100%;
    height: 182px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page5 .list ol li .pic img,
.page6 .list ol li .pic img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.page5 .list ol li:hover .pic img,
.page6 .list ol li:hover .pic img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page5 .list ol li h5 {
    font-size: 18px;
    color: #282828;
    font-weight: normal;
    margin: 20px 0 10px;
}

.page5 .list ol li .des p {
    font-size: 12px;
    color: #a2a2a2;
    line-height: 1.5em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* 案例展示 - 内页 */
.page6 .list ol li h5 {
    font-size: 18px;
    color: #282828;
    font-weight: normal;
    margin-top: 20px;
}

.page6 h2 {
    font-size: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
}

.page6 p img {
    display: flex;
    text-align: inherit;
    margin: 0 auto;
    max-width: 100%;
    object-fit: contain;
}

/* 联系我们 - 内页 */
.page7{
    overflow: hidden;
}
.page7 .main .box1 {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 90px 0;
    box-sizing: border-box;
}

.page7 .main .box1 .left .company {
    margin-bottom: 65px;
}

.page7 .main .box1 .left .company h1 {
    font-size: 30px;
    font-weight: bold;
    color: #282828;
}

.page7 .main .box1 .left .mes p {
    font-size: 18px;
    color: #282828;
    font-weight: 300;
    line-height: 2.22em;
}

.page7 .main .box1 .right a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page7 .main .box1 .right h5 {
    font-size: 18px;
    font-weight: bold;
    color: #282828;
    margin-top: 15px;
}

.page7 .main .box1 .right h2 {
    font-size: 30px;
    color: #282828;
    font-weight: bold;
}
.page7 .main .box2{
    width: 1200px;
    overflow: hidden;
}
.page7 .main .box2 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.page7 .main .box3 {
    margin: 90px 0 100px 0;
}

.page7 .main .box3 form .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page7 .main .box3 form .top .inputGroup {
    width: 500px;
}

.page7 .main .box3 form .top .inputGroup input:nth-child(1) {
    background: url(../images/name_bg.jpg) no-repeat center;
    background-size: cover;
}

.page7 .main .box3 form .top .inputGroup input:nth-child(2) {
    background: url(../images/email_bg.jpg) no-repeat center;
    background-size: cover;
}

.page7 .main .box3 form .top .inputGroup input:nth-child(3) {
    background: url(../images/phone_bg.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 0;
}

.page7 .main .box3 form .top .inputGroup input {
    height: 40px;
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    padding: 0 25px;
    box-sizing: border-box;
}

.page7 .main .box3 form .top textarea {
    width: 665px;
    height: 140px;
    background: url(../images/content_bg.jpg) no-repeat center;
    background-size: cover;
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
    padding: 15px 25px;
    box-sizing: border-box;
}

.page7 .main .box3 form .top .inputGroup input::-webkit-input-placeholder,
.page7 .main .box3 form .top textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8);
}

.page7 .main .box3 form .top .inputGroup input::-moz-placeholder,
.page7 .main .box3 form .top textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}

.page7 .main .box3 form .top .inputGroup input:-moz-placeholder,
.page7 .main .box3 form .top textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .8);
}

.page7 .main .box3 form .top .inputGroup input::-ms-input-placeholder,
.page7 .main .box3 form .top textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
}

.page7 .main .box3 form .top .inputGroup input:-ms-input-placeholder,
.page7 .main .box3 form .top textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .8);
}

.page7 .main .box3 form .bottom input {
    background: url(../images/submit_bg.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 40px;
    margin-top: 35px;
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    cursor: pointer;
}

.page7 .main .box3 h3 {
    font-size: 30px;
    color: #252525;
    margin-bottom: 30px;
}

/* 新闻详情页 */
.page8 {
    padding: 80px 0;
    box-sizing: border-box;
}

.page8 .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e4e2;
}

.page8 .box .return a {
    width: 100px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    background-color: #173269;
    color: #fff;
}

.page8 .box .location p,
.page8 .box .location p a,
.page8 .box .location p span {
    font-size: 12px;
    color: #777777;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page8 .box .location p a:hover {
    color: #333;
}

.page8 .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page8 .content .left {
    width: 77.5%;
    background-color: #f8f8f8;
    padding: 45px 60px 40px 60px;
    box-sizing: border-box;
}

.page8 .content .left>h1 {
    font-size: 26px;
    color: #252322;
    text-align: center;
    padding-bottom: 10px;
    box-sizing: border-box;
}

.page8 .content .left .time {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 34px;
}

.page8 .content .left .time i {
    font-size: 12px;
    color: #b5b4b4;
    margin: 0 5px;
}

.page8 .content .left .main {
    /* padding: 0 195px; */
    box-sizing: border-box;
}

.page8 .content .left .main p {
    font-size: 16px;
    line-height: 1.6em;
}

.page8 .content .left .main img {
    width: inherit;
}

.page8 .content .left .flip {
    margin-top: 40px;
}

.page8 .content .left .flip p {
    font-size: 14px;
    color: #214897;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.page8 .content .left .flip p a {
    display: contents;
    font-size: 14px;
    color: #214897;
}

.page8 .content .right {
    width: 19.33%;
}

.page8 .content .right .top {
    margin-top: 44px;
}

.page8 .content .right .top .title,
.page8 .content .right .bottom .title {
    width: 100%;
    height: 62px;
    background-color: #284a8e;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page8 .content .right .top .title h5,
.page8 .content .right .bottom .title h5 {
    font-size: 17px;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.page8 .content .right .top .title p,
.page8 .content .right .bottom .title p {
    text-align: center;
    font-size: 10px;
    color: #fff;
}

.page8 .content .right .top .list ul li {
    margin: 40px 0;
    color: #999999;
}

.page8 .content .right .top .list ul li a {
    font-size: 12px;
    color: inherit;
}

.page8 .content .right .top .list ul li a::before {
    content: "·";
    font-size: 12px;
    color: inherit;
}
.page8 .content .right .top .list ul li:hover{
    color: #284a8e;
}

.page8 .content .right .bottom .list {
    padding: 40px 0;
    box-sizing: border-box;
}

.page8 .content .right .bottom .list ul li {
    width: 100%;
    margin-bottom: 28px;
}

.page8 .content .right .bottom .list ul li:last-child {
    margin-bottom: 0;
}

.page8 .content .right .bottom .list ul li .pic {
    width: 100%;
    height: 120px;
    /*background-color: #777777;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page8 .content .right .bottom .list ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
.page8 .content .right .bottom .list ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.page8 .content .right .bottom .list ul li p {
    font-size: 14px;
    color: #777777;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}
.page8 .content .right .bottom .list ul li:hover p{
    color: #284a8e;
}

.footer .left nav ul li:last-child{
    margin-right: 0;
}
.page1{
    overflow: hidden;
}
.mySwiper_banner .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.mySwiper_banner .pic{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
@media screen and (max-width:1600px){
    .container{
        width: 1200px;
    }
    .pageContainer{
        width: 1000px;
    }
    .header nav ul li{
        margin: 0 30px;
    }
    .index4 .why .content{
        padding: 250px 0 0;
    }
    .index5 .case .content .mySwiper_pic{
        width: 75.7%;
    }
    .index5 .case .content .mySwiper_text{
        width: 24.6%;
        margin-left: 0;
        margin-right: 0;
    }
    .footer .left{
        width: 55.55%;
    }
    .index5 .case{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .index5 .case .content .swiper_box{
        width: 1060px;
        height: 440px;
    }
    .index5 .case .content .mySwiper_text .swiper-slide{
        padding:  0 0 0 80px;
    }
    .index5 .case .content .mySwiper_text .swiper-slide-thumb-active{
        padding: 0 0 0 40px;
    }
    .page1 .box1 .right{
        width: 42%;
    }
    .page1 .box1 .right .jianbian_bottom{
        width: 97.6%;
    }
    .page1 .box1 .right .jianbian_bottom img{
        width: 100%;
    }
    .page1 .box1 .right .jianbian_top{
        width: 100%;
    }
    .page1 .box1 .right .jianbian_top img{
        width: 100%;
    }
    .page1 .box2 ol li{
        height: 320px;
    }
    .page1 .box2 ol li .left h5{
        padding: 20px 0 10px 0;
    }
    .page7 .main .box3 form .top .inputGroup{
        width: 41.66%;
    }
    .page7 .main .box3 form .top textarea{
        width: 55.41%;
    }
    .page7 .main .box2{
        width: 100%;
    }
    .index3 .pro .content .mySwiper_proCom .right{
        width: 61.8%;
    }
    .index6{
        padding-top: 80px;
    }
    .index6 .news{
        height: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .index6 .news .content .mySwiper_news .tool{
        margin-top: 20px;
    }
    .index6 .news .content .pic{
        margin: 20px 0 10px;
    }
    html, body{
        min-width: 1440px;
    }
}
@media screen and (max-width:1400px){
    html, body{
        min-width: 1200px;
    }
    .index1 .about .left{
        padding-top: 100px;
        padding-left: 100px;
    }
    .container{
        width: auto;
        padding: 0 50px;
        box-sizing: border-box;
    }
    .index2{
        padding: 120px 0;
    }
    .index4 .why .content{
        padding: 250px 0 200px;
    }
    .index5 .case .title{
        padding: 100px 0 40px 0;
    }
    .index5 .case .content .swiper_box{
        width: 90.9%;
    }
    .index5 .case .content .swiper_box{
        height: 510px;
    }
    .index5 .case .content .mySwiper_text{
        width: 35.1%;
    }
    .index6{
        padding-top: 110px;
    }
    .index6 .news .content{
        padding-top: 30px;
    }
}